X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/blobdiff_plain/93b83347767df28f98419a1607375138329eaad5..3bc1626df5a47fbc444deb26cc9e32d079b8c831:/UltimateKEYS%20-%202020-03-08.ahk diff --git a/UltimateKEYS - 2020-03-08.ahk b/UltimateKEYS - 2020-03-08.ahk index 536f4d2..29cdc84 100644 --- a/UltimateKEYS - 2020-03-08.ahk +++ b/UltimateKEYS - 2020-03-08.ahk @@ -433,6 +433,7 @@ dkGraveAccent.item("7") := " " ; en quad dkGraveAccent.item("8") := " " ; em quad dkGraveAccent.item("9") := " " ; figure space dkGraveAccent.item("0") := "​" ; zero-width space +dkGraveAccent.item("-") := " " ; non-breaking space dkGraveAccent.item("``") := "``" ; grave accent dkGraveAccent.item(" ") := "``" ; grave accent @@ -1187,5 +1188,5 @@ return Send % dkMathSymbols.item(key) return ->!space::Send   ; no-break space ->!+space::Send   ; no-break space +>!space::Send   ; non-breaking space +>!+space::Send   ; non-breaking space